print('For: ' + player_name)
print(f'During Matches Against: ' + opponents_list)
For: ANDROID During Matches Against: Version1
HM = HeatMap('Haven', ID=PID)
HM.show('DEF', 'NoPlant')
HM.show('DEF', 'Planted')
HM.show('ATT', 'NoPlant')
HM.show('ATT', 'Planted')
HM = HeatMap('Fracture', ID=PID)
HM.show('DEF', 'NoPlant')
HM.show('DEF', 'Planted')
HM.show('ATT', 'NoPlant')
HM.show('ATT', 'Planted')
HM = HeatMap('Icebox', ID=PID)
HM.show('DEF', 'NoPlant')
HM.show('DEF', 'Planted')
HM.show('ATT', 'NoPlant')
HM.show('ATT', 'Planted')
###################